inspector: Drop an unused widget
authorMatthias Clasen <mclasen@redhat.com>
Sat, 17 May 2014 00:49:06 +0000 (20:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 May 2014 00:49:06 +0000 (20:49 -0400)
gtk/inspector/actions.c
gtk/inspector/actions.ui

index ab835945af16e23419a6f836f4596ca013857a9d..ae3e3457ae082fe403aadc05b46189ee21ba5f7c 100644 (file)
@@ -33,7 +33,6 @@ enum
 struct _GtkInspectorActionsPrivate
 {
   GtkListStore *model;
-  GtkWidget *prefix_label;
   GHashTable *groups;
   GHashTable *iters;
 };
@@ -258,7 +257,6 @@ gtk_inspector_actions_class_init (GtkInspectorActionsClass *klass)
 
   gtk_widget_class_set_template_from_resource (widget_class, "/org/gtk/inspector/actions.ui");
   gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, model);
-  gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, prefix_label);
   gtk_widget_class_bind_template_callback (widget_class, state_edited);
 }
 
index 37776f0037289e44e0ff4f0acbf42c435cad2d1a..0ffa56080298f8c12c8601d941c3a09fe3d243ff 100644 (file)
   </object>
   <template class="GtkInspectorActions" parent="GtkBox">
     <property name="orientation">vertical</property>
-    <child>
-      <object class="GtkLabel" id="prefix_label">
-        <property name="visible">True</property>
-        <property name="halign">start</property>
-        <property name="margin">20</property>
-      </object>
-    </child>
     <child>
       <object class="GtkScrolledWindow">
         <property name="visible">True</property>